const internal/runtime/maps.ctrlEmpty

15 uses

	internal/runtime/maps (current package)
		group.go#L22: 	ctrlEmpty   ctrl = 0b10000000
		group.go#L27: 	bitsetEmpty   = bitsetLSB * uint64(ctrlEmpty)
		map.go#L608: 		if (g.ctrls().get(i) & ctrlEmpty) == ctrlEmpty {
		map.go#L717: 			g.ctrls().set(i, ctrlEmpty)
		table.go#L465: 					g.ctrls().set(i, ctrlEmpty)
		table.go#L692: 			if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
		table.go#L837: 		if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
		table.go#L1057: 			if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
		table.go#L1098: 				if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
		table_debug.go#L32: 			case c == ctrlEmpty:
		table_debug.go#L105: 			case ctrlEmpty: